home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / encodings / mac_turkish.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  3KB  |  162 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. """ Python Character Mapping Codec generated from 'TURKISH.TXT' with gencodec.py.
  5.  
  6. Written by Marc-Andre Lemburg (mal@lemburg.com).
  7.  
  8. (c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
  9. (c) Copyright 2000 Guido van Rossum.
  10.  
  11. """
  12. import codecs
  13.  
  14. class Codec(codecs.Codec):
  15.     
  16.     def encode(self, input, errors = 'strict'):
  17.         return codecs.charmap_encode(input, errors, encoding_map)
  18.  
  19.     
  20.     def decode(self, input, errors = 'strict'):
  21.         return codecs.charmap_decode(input, errors, decoding_map)
  22.  
  23.  
  24.  
  25. class StreamWriter(Codec, codecs.StreamWriter):
  26.     pass
  27.  
  28.  
  29. class StreamReader(Codec, codecs.StreamReader):
  30.     pass
  31.  
  32.  
  33. def getregentry():
  34.     return (Codec().encode, Codec().decode, StreamReader, StreamWriter)
  35.  
  36. decoding_map = codecs.make_identity_dict(range(256))
  37. decoding_map.update({
  38.     128: 196,
  39.     129: 197,
  40.     130: 199,
  41.     131: 201,
  42.     132: 209,
  43.     133: 214,
  44.     134: 220,
  45.     135: 225,
  46.     136: 224,
  47.     137: 226,
  48.     138: 228,
  49.     139: 227,
  50.     140: 229,
  51.     141: 231,
  52.     142: 233,
  53.     143: 232,
  54.     144: 234,
  55.     145: 235,
  56.     146: 237,
  57.     147: 236,
  58.     148: 238,
  59.     149: 239,
  60.     150: 241,
  61.     151: 243,
  62.     152: 242,
  63.     153: 244,
  64.     154: 246,
  65.     155: 245,
  66.     156: 250,
  67.     157: 249,
  68.     158: 251,
  69.     159: 252,
  70.     160: 8224,
  71.     161: 176,
  72.     164: 167,
  73.     165: 8226,
  74.     166: 182,
  75.     167: 223,
  76.     168: 174,
  77.     170: 8482,
  78.     171: 180,
  79.     172: 168,
  80.     173: 8800,
  81.     174: 198,
  82.     175: 216,
  83.     176: 8734,
  84.     178: 8804,
  85.     179: 8805,
  86.     180: 165,
  87.     182: 8706,
  88.     183: 8721,
  89.     184: 8719,
  90.     185: 960,
  91.     186: 8747,
  92.     187: 170,
  93.     188: 186,
  94.     189: 8486,
  95.     190: 230,
  96.     191: 248,
  97.     192: 191,
  98.     193: 161,
  99.     194: 172,
  100.     195: 8730,
  101.     196: 402,
  102.     197: 8776,
  103.     198: 8710,
  104.     199: 171,
  105.     200: 187,
  106.     201: 8230,
  107.     202: 160,
  108.     203: 192,
  109.     204: 195,
  110.     205: 213,
  111.     206: 338,
  112.     207: 339,
  113.     208: 8211,
  114.     209: 8212,
  115.     210: 8220,
  116.     211: 8221,
  117.     212: 8216,
  118.     213: 8217,
  119.     214: 247,
  120.     215: 9674,
  121.     216: 255,
  122.     217: 376,
  123.     218: 286,
  124.     219: 287,
  125.     220: 304,
  126.     221: 305,
  127.     222: 350,
  128.     223: 351,
  129.     224: 8225,
  130.     225: 183,
  131.     226: 8218,
  132.     227: 8222,
  133.     228: 8240,
  134.     229: 194,
  135.     230: 202,
  136.     231: 193,
  137.     232: 203,
  138.     233: 200,
  139.     234: 205,
  140.     235: 206,
  141.     236: 207,
  142.     237: 204,
  143.     238: 211,
  144.     239: 212,
  145.     240: None,
  146.     241: 210,
  147.     242: 218,
  148.     243: 219,
  149.     244: 217,
  150.     245: None,
  151.     246: 710,
  152.     247: 732,
  153.     248: 175,
  154.     249: 728,
  155.     250: 729,
  156.     251: 730,
  157.     252: 184,
  158.     253: 733,
  159.     254: 731,
  160.     255: 711 })
  161. encoding_map = codecs.make_encoding_map(decoding_map)
  162.